home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Arsenal Files 3
/
The Arsenal Files 3.iso
/
gen_prog
/
appdemo.exe
/
APP.CFG
< prev
next >
Wrap
Text File
|
1994-11-07
|
5KB
|
180 lines
; These are the Error messages used by A++.
.ERRORMESSAGES
; The following are the standard DOS error messages
0,No Error
1,Invalid function code
2,File not found
3,Path not found
4,Too many open files
5,Access denied
6,Invalid handle
7,Memory control blocks destroyed
8,Insufficient memory
9,Invalid memory block address
10,Invalid Environment
11,Invalid Format
12,Invalid Access code
13,Invalid data
15,Invalid Drive
16,Attempt to remove the current directory
17,Not same device
18,No more files
19,Disk is Write Protected
20,Bad Disk unit
21,Drive not ready
22,Invalid disk command
23,CRC error
24,Invalid Length
25,Seek error
26,Not an MS DOS disk
27,Sector not found
28,Out of paper
29,Write fault
30,Read fault
31,General failure
32,Sharing violation
33,Lock violation
34,Wrong disk
35,FCB unavailable
36,Sharing buffer overflow
50,Network request not supported
51,Remote computer not listening
52,Duplicate name on network
53,Network path not found
54,Network busy
55,Network device no longer exists
56,Net BIOS command limit exceeded
57,Network adapter hardware error
58,Incorrect response from network
59,Unexpected network error
60,Incompatible remote adapter
61,Print Queue full
62,Print Queue not full
63,Print file was cancelled
64,Network name was deleted
65,Access denied
66,Network device type incorrect
67,Network name not found
68,Network name limit exceeded
69,Net BIOS session limit exceeded
70,Sharing temporarily paused
71,Network request not accepted
72,Print or disk redirection paused
80,File exists
82,Cannot make directory entry
83,Fail on interrupt 24h
84,Out of network structures
85,Device already assigned
86,Invalid password
87,Invalid parameter
88,Network data fault
;
; The following are all compiler errors
; Where there is a # it is replaced with the offending Token
100,Test Error
101,Assembler instruction does not exist
102,Syntax Error 2
103,Syntax Error 3
104,Syntax Error 4
105,Syntax Error 5
106,Syntax Error 6
107,Syntax Error 7
108,Syntax Error IF
109,Syntax Error
110,Stream Syntax Error
111,Unknown Syntax Error
112,Expression Syntax Error
113,Run Program
114,Edit Program
115,Compilation Error
116,Fatal Error
117,
118,
119,Need to Rebuild Program from Scratch
120,Structure # defined twice
121,
122,Function #() defined twice
123,Function #() not defined
124,Invalid memory address #
125,Expecting a Semicolon ";"
126,Could not find Function # in MAP
127,There is nothing to "break" out of or "continue" to
128,Too many arguments
129,Too few arguments
130,Expecting a "," or ")" or Variable
131,Expecting "{"
132,Expecting a Variable
133,Expecting "="
134,Expecting a Register or Variable Declaration
135,Duplicate Lable
136,Lable # missing
137,Invalid name
138,Cannot be negative
139,Expecting Quotation Mark "
141,Expecting a String
142,Brackets not matched
143,Expecting a Variable or Constant
144,Invalid memory operand
145,Missing Close Bracket "]"
146,Invalid number
147,Invalid declaration
148,Expecting Open Bracket "("
149,Expecting "while"
150,Expecting a string constant or variable
151,preserve ALL does not work for Functions which return a value
152,Variable already defined
153,Cannot modify a string passed as a Function Argument
154,Statement missing
155,Invalid "Structure"
156,Variable is not an array
157,Expecting Close Bracket ")"
158,Destination must be "AX"
159,The same return string must be used at each return
160,Incompatiable Variable types
161,Code or Data Segment too large
162,Too many Calls to Functions
163,Too many Jumps (GOTO's) in Function
164,Too many INCLUDE Files
165,Too many Functions
166,Too many instructions on one line
167,Too many variables
168,Too many string constants
169,Too many DEFINE statements
170,Name too long
171,Number out of Range
172,Expression or IF too complicated
173,Cannot have Arithmetic Expression on Right Hand Side of Comparison
174,Cannot get the address of this Variable / Function
175,Could not find Start()
176,Function #() must be declared as far
177,Braces "{}" not matched
179,Could not open file #
180,Error reading Database
181,Program Too Large for Demo Version of A++
182,Expecting an Array Index
183,Expecting a ","
184,String function calls must have a string as a destination
185,Invalid Switch
186,Register already used by compiler
187,Could not find # in MAP file
188,Extra characters on the end
189,Expecting a number or CL
190,Invalid return code
191,Misplaced else
192,Sorry, Cannot Increment or Decrement here
193,
194,
195,
196,
197,
198,
199,
; The following are Run Time errors
200,String Heap Full
201,String too long for buffer
202,Too many structures with strings
203,Invalid String Address
204,End of File
.END